Class StringSplitInfo
Inheritance
System.Object
StringSplitInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class StringSplitInfo
Constructors
StringSplitInfo(Int32, Int32)
Declaration
public StringSplitInfo(int firstPos, int lastPos)
Parameters
Type |
Name |
Description |
System.Int32 |
firstPos |
|
System.Int32 |
lastPos |
|
Properties
FirstPos
Declaration
public int FirstPos { get; }
Property Value
LastPos
Declaration
public int LastPos { get; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
Check(Int32)
Declaration
public void Check(int length)
Parameters
Type |
Name |
Description |
System.Int32 |
length |
|
Extend(StringSplitInfo)
Declaration
public void Extend(StringSplitInfo strSplitInfo)
Parameters
GetSplitFirstPart(Int32)
Declaration
public StringSplitInfo GetSplitFirstPart(int position)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
Returns
GetSplitSecondPart(Int32)
Declaration
public StringSplitInfo GetSplitSecondPart(int position)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
Returns
GetSubstring(String)
Declaration
public string GetSubstring(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns