C# 클래스 Visual.Helpers

파일 보기 프로젝트 열기: 23/23-api-dotnet

공개 메소드들

메소드 설명
ConvertStringToDouble ( string value ) : double
ConvertStringToInteger ( string value ) : int
GetNodeChildValue ( XPathNavigator node, string childName ) : string

메소드 상세

ConvertStringToDouble() 공개 정적인 메소드

public static ConvertStringToDouble ( string value ) : double
value string
리턴 double

ConvertStringToInteger() 공개 정적인 메소드

public static ConvertStringToInteger ( string value ) : int
value string
리턴 int

GetNodeChildValue() 공개 정적인 메소드

public static GetNodeChildValue ( XPathNavigator node, string childName ) : string
node System.Xml.XPath.XPathNavigator
childName string
리턴 string