Transform the given string in this representation style into a string without style
(the same to be given in input to Format method)
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public string ToPlain(
string styledText
) |
Visual Basic |
---|
Public Function ToPlain ( _
styledText As String _
) As String |
Visual C++ |
---|
public:
String^ ToPlain(
String^ styledText
) |
Parameters
- styledText
- Type: System..::..String
Original string with style. The style of the string must be 'this'
Return Value
The given string with style without style (in Unix style)
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | |
See Also