C# Class ApiCore.XmlUtils

Afficher le fichier Open project: nolka/vkdotnet

Méthodes publiques

Méthode Description
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

Method Details

Bool() public static méthode

Gets the bool value from node
public static Bool ( string nodeName ) : bool
nodeName string node
Résultat bool

BoolVal() public static méthode

public static BoolVal ( ) : bool
Résultat bool

Double() public static méthode

Gets double value from node
public static Double ( string nodeName ) : double
nodeName string node
Résultat double

Float() public static méthode

Gets float value from node
public static Float ( string nodeName ) : float
nodeName string node
Résultat float

Int() public static méthode

Gets the int value from node
public static Int ( string nodeName ) : int
nodeName string node
Résultat int

IntVal() public static méthode

public static IntVal ( ) : int
Résultat int

String() public static méthode

Gets the string value from node
public static String ( string nodeName ) : string
nodeName string node
Résultat string

UseNode() public static méthode

Set active node
public static UseNode ( XmlNode node ) : void
node System.Xml.XmlNode node to be used as active
Résultat void