dnu : dylan.NET.Utils Namespace

ParseUtils Class

Documentation for this section has not yet been entered.

Syntax

public class ParseUtils

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static
stack string[]. Documentation for this section has not yet been entered.

Public Methods

static
LikeOP (string, string) : bool
Documentation for this section has not yet been entered.
static
RetPrec (string) : int
Documentation for this section has not yet been entered.
static
StringParser (string, string) : string[]
Documentation for this section has not yet been entered.
static
StringParser2ds (string, string, string) : string[]
Documentation for this section has not yet been entered.

Member Details

ParseUtils Constructor

Documentation for this section has not yet been entered.

Syntax

public ParseUtils ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LikeOP Method

Documentation for this section has not yet been entered.

Syntax

public static bool LikeOP (string str, string pattern)

Parameters

str
Documentation for this section has not yet been entered.
pattern
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

RetPrec Method

Documentation for this section has not yet been entered.

Syntax

public static int RetPrec (string chr)

Parameters

chr
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

stack Field

Documentation for this section has not yet been entered.

Syntax

public static string[] stack

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

StringParser Method

Documentation for this section has not yet been entered.

Syntax

public static string[] StringParser (string StringToParse, string DelimeterChar)

Parameters

StringToParse
Documentation for this section has not yet been entered.
DelimeterChar
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

StringParser2ds Method

Documentation for this section has not yet been entered.

Syntax

public static string[] StringParser2ds (string StringToParse, string DelimeterChar, string DelimeterChar2)

Parameters

StringToParse
Documentation for this section has not yet been entered.
DelimeterChar
Documentation for this section has not yet been entered.
DelimeterChar2
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1