Struct
SegmentedString
A segmented collection of System.Char.
Namespace: GDX
Syntax
public struct SegmentedString
Methods
|
Improve this Doc
View Source
AsCharArray()
Get the GDX.SegmentedString.m_Characters array.
Declaration
public char[] AsCharArray()
Returns
Type |
Description |
System.Char[] |
A System.Char array.
|
|
Improve this Doc
View Source
AsCharArray(Int32)
Declaration
public char[] AsCharArray(int segmentIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentIndex |
|
Returns
Type |
Description |
System.Char[] |
|
|
Improve this Doc
View Source
AsString()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AsString(Int32)
Declaration
public string AsString(int segmentIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentIndex |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetCount()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
GetHashCode(Int32)
Declaration
public int GetHashCode(int segmentIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentIndex |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetOffset(Int32)
Declaration
public int GetOffset(int segmentIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentIndex |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetSegmentLength(Int32)
Declaration
public int GetSegmentLength(int segmentIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentIndex |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SplitOnNonAlphaNumericToLower(String)
Declaration
public static SegmentedString SplitOnNonAlphaNumericToLower(string targetString)
Parameters
Type |
Name |
Description |
System.String |
targetString |
|
Returns
|
Improve this Doc
View Source
SplitOnNonAlphaNumericToLowerHashed(String)
Declaration
public static SegmentedString SplitOnNonAlphaNumericToLowerHashed(string targetString)
Parameters
Type |
Name |
Description |
System.String |
targetString |
|
Returns