42365b38 cff9 7637 c8ff 056b4b7afe08 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Parse special chars of argument.
Namespace: iTin.Export.ComponentModel.Provider
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
string Parse(
string value
)VB
Function Parse (
value As String
) As String
- value
- Type: System.String
String for parse.
Type: String
Parsed string.
Analyzes the argument value, replacing special characters by the pattern 'x####', where: ####: Represents ASCII char code in Hexadecimal format.
IProvider Interface
iTin.Export.ComponentModel.Provider Namespace