Table of Contents

Class StringUtility

Namespace
VoxelPlayground.Utility
Assembly
GamePlay.dll
public static class StringUtility
Inheritance
object
StringUtility

Methods

StrOrdinalSuffix(int)

public static string StrOrdinalSuffix(this int i)

Parameters

i int

Returns

string

ToString<TKey, TValue>(IDictionary<TKey, TValue>)

public static string ToString<TKey, TValue>(this IDictionary<TKey, TValue> dictionary)

Parameters

dictionary IDictionary<TKey, TValue>

Returns

string

Type Parameters

TKey
TValue