C# Класс ApiCore.XmlUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
Bool ( string nodeName ) : bool

Gets the bool value from node

BoolVal ( ) : bool
Double ( string nodeName ) : double

Gets double value from node

Float ( string nodeName ) : float

Gets float value from node

Int ( string nodeName ) : int

Gets the int value from node

IntVal ( ) : int
String ( string nodeName ) : string

Gets the string value from node

UseNode ( XmlNode node ) : void

Set active node

Описание методов

Bool() публичный статический Метод

Gets the bool value from node
public static Bool ( string nodeName ) : bool
nodeName string node
Результат bool

BoolVal() публичный статический Метод

public static BoolVal ( ) : bool
Результат bool

Double() публичный статический Метод

Gets double value from node
public static Double ( string nodeName ) : double
nodeName string node
Результат double

Float() публичный статический Метод

Gets float value from node
public static Float ( string nodeName ) : float
nodeName string node
Результат float

Int() публичный статический Метод

Gets the int value from node
public static Int ( string nodeName ) : int
nodeName string node
Результат int

IntVal() публичный статический Метод

public static IntVal ( ) : int
Результат int

String() публичный статический Метод

Gets the string value from node
public static String ( string nodeName ) : string
nodeName string node
Результат string

UseNode() публичный статический Метод

Set active node
public static UseNode ( XmlNode node ) : void
node System.Xml.XmlNode node to be used as active
Результат void