C# Class System.Delimiter

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Delimit ( string s, DelimitType dt ) : List
GetDType ( char c ) : DelimitType
GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
IsCloser ( char c, DelimitType dt ) : bool
IsOpener ( char c, DelimitType dt ) : bool

Method Details

Delimit() public static method

public static Delimit ( string s, DelimitType dt ) : List
s string
dt DelimitType
return List

GetDType() public static method

public static GetDType ( char c ) : DelimitType
c char
return DelimitType

GetSubstring() public static method

public static GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
s string
i int
dt DelimitType
return DIndices

IsCloser() public static method

public static IsCloser ( char c, DelimitType dt ) : bool
c char
dt DelimitType
return bool

IsOpener() public static method

public static IsOpener ( char c, DelimitType dt ) : bool
c char
dt DelimitType
return bool