Method Get
Get(Char[], Int32, Int32)
returns the value of the mapping of length
chars of text
starting at offset
Declaration
public virtual TValue Get(char[] text, int offset, int length)
Parameters
Type |
Name |
Description |
System.Char[] |
text |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Returns
Get(Char[])
returns the value of the mapping of the chars inside this text
Declaration
public virtual TValue Get(char[] text)
Parameters
Type |
Name |
Description |
System.Char[] |
text |
|
Returns
Get(ICharSequence)
returns the value of the mapping of the chars inside this ICharSequence
Declaration
public virtual TValue Get(ICharSequence text)
Parameters
Returns
Get(String)
returns the value of the mapping of the chars inside this System.String
Declaration
public virtual TValue Get(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Get(Object)
returns the value of the mapping of the chars inside this System.Object.ToString()
Declaration
public virtual TValue Get(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns