Class StringUtility
- Namespace
- VoxelPlayground.Utility
- Assembly
- GamePlay.dll
public static class StringUtility
- Inheritance
-
objectStringUtility
Methods
StrOrdinalSuffix(int)
public static string StrOrdinalSuffix(this int i)
Parameters
iint
Returns
- string
ToString<TKey, TValue>(IDictionary<TKey, TValue>)
public static string ToString<TKey, TValue>(this IDictionary<TKey, TValue> dictionary)
Parameters
dictionaryIDictionary<TKey, TValue>
Returns
- string
Type Parameters
TKeyTValue