Skip to content

1102f03b 05c8 4de4 7cd9 db9aba5b0949

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

BaseProvider.Parse Method (String, IEnumerable(Char))

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 static string Parse(
	string value,
	IEnumerable<char> specialChars
)

VB

Public Shared Function Parse ( 
	value As String,
	specialChars As IEnumerable(Of Char)
) As String

Parameters

 

value
Type: System.String
String to parse
specialChars
Type: System.Collections.Generic.IEnumerable(Char)
Special chars to replace

Return Value

Type: String
The parsed 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 special characters returns the argument unchanged.

See Also

Reference

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

Clone this wiki locally