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

Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin

Méthodes publiques

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

Method Details

ToByteArray() public static méthode

public static ToByteArray ( string value ) : byte[]
value string
Résultat byte[]

XmlAttributeToBool() public static méthode

public static XmlAttributeToBool ( string value ) : bool
value string
Résultat bool

XmlAttributeToDate() public static méthode

public static XmlAttributeToDate ( string value ) : System.DateTime
value string
Résultat System.DateTime

XmlAttributeToInt() public static méthode

public static XmlAttributeToInt ( string value ) : int
value string
Résultat int