Method SetCurrent
SetCurrent(String)
Set the current string.
Declaration
public virtual void SetCurrent(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
SetCurrent(Char[], Int32)
Set the current string.
Declaration
public virtual void SetCurrent(char[] text, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | text | character array containing input |
System.Int32 | length | valid length of text. |