MTextFormattingOptionsFormatText Method
|
Obtains the string that represents the formatted text applying the current options.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string FormatText(
string text
)
Public Function FormatText (
text As String
) As String
public:
String^ FormatText(
String^ text
)
member FormatText :
text : string -> string
METHOD FormatText(
text AS STRING
) AS STRING
Parameters
- text
- Type: SystemString
Text to be formatted.
Return Value
Type:
StringThe formatted text string.
See Also