[]
Sets the value of the current TextField as a value
formatted according to format
.
This method assumes that value
is already formatted as required.
E.g. if format
is SSN, value
should look like "123-45-6789".
public void SetSpecialFormatValue(string value, Field.SpecialFormat format)
Public Sub SetSpecialFormatValue(value As String, format As Field.SpecialFormat)
Type | Name | Description |
---|---|---|
string | value | The value to assign. |
Field.SpecialFormat | format | The special format to use. |