C# Class Microsoft.TeamFoundation.VersionControl.Client.Helpers.GeneralHelper

Datei anzeigen Open project: Indomitable/monodevelop-tfs-addin

Public Methods

Method Description
ToByteArray ( string value ) : byte[]
XmlAttributeToBool ( string value ) : bool
XmlAttributeToDate ( string value ) : System.DateTime
XmlAttributeToInt ( string value ) : int

Method Details

ToByteArray() public static method

public static ToByteArray ( string value ) : byte[]
value string
return byte[]

XmlAttributeToBool() public static method

public static XmlAttributeToBool ( string value ) : bool
value string
return bool

XmlAttributeToDate() public static method

public static XmlAttributeToDate ( string value ) : System.DateTime
value string
return System.DateTime

XmlAttributeToInt() public static method

public static XmlAttributeToInt ( string value ) : int
value string
return int