'Declaration
Public Function New( _ ByVal literalText As String _ )
'Usage
Dim literalText As String Dim instance As New NumberLiteralDisplayFieldInfo(literalText)
public NumberLiteralDisplayFieldInfo( string literalText )
Parameters
- literalText
- A System.String value that indicates the literal text of the display literal field.