Skip to content

e7706407 29a6 55e7 b2ae 01639cae163e

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

BaseProvider.Parse Method (String)

Additional header content

Parse an String and replace the special chars defined in SpecialChars by a hexadecimal pattern.

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#

public string Parse(
	string value
)

VB

Public Function Parse ( 
	value As String
) As String

Parameters

 

value
Type: System.String
String to parse

Return Value

Type: String
Parsed String.

Implements

IProvider.Parse(String)

Remarks

Analyzes the argument value, replacing SpecialChars by the pattern 'x####', where: ####: Represents ASCII char code in Hexadecimal format If the argument value does not contain any SpecialChars returns the argument unchanged.

See Also

Reference

BaseProvider Class
Parse Overload
iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally