C# 클래스 Sage.Integration.Northwind.Common.XmlConverter

파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 메소드들

메소드 설명
GetString ( object value ) : string

Converts the value to a xml string representation.

TryGetString ( object value, string &convertedValue ) : bool

Tries get a xml string representation for a given object.

비공개 메소드들

메소드 설명
GetString ( string typeName, object value ) : string
TryGetString ( object value, string typeName, string &convertedValue ) : bool

메소드 상세

GetString() 공개 정적인 메소드

Converts the value to a xml string representation.
If value type is not supported.
public static GetString ( object value ) : string
value object The value to be converted.
리턴 string

TryGetString() 공개 정적인 메소드

Tries get a xml string representation for a given object.
public static TryGetString ( object value, string &convertedValue ) : bool
value object The value to be converted.
convertedValue string Contains the converted value.
리턴 bool