Skip to content

42365b38 cff9 7637 c8ff 056b4b7afe08

Fernando Garcia edited this page May 8, 2018 · 1 revision

IProvider.Parse Method

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)

Syntax

C#

string Parse(
	string value
)

VB

Function Parse ( 
	value As String
) As String

Parameters

 

value
Type: System.String
String for parse.

Return Value

Type: String
Parsed string.

Remarks

Analyzes the argument value, replacing special characters by the pattern 'x####', where: ####: Represents ASCII char code in Hexadecimal format.

See Also

Reference

IProvider Interface
iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally