C# 클래스 ApiCore.XmlUtils

파일 보기 프로젝트 열기: nolka/vkdotnet

공개 메소드들

메소드 설명
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