C# Class SData.AtomExtensions

Afficher le fichier Open project: knat/SData

Méthodes publiques

Méthode Description
ToString ( TypeKind typeKind, object value ) : string
TryParse ( TypeKind typeKind, string s, bool isReadOnly = false ) : object

Method Details

ToString() public static méthode

public static ToString ( TypeKind typeKind, object value ) : string
typeKind TypeKind
value object
Résultat string

TryParse() public static méthode

public static TryParse ( TypeKind typeKind, string s, bool isReadOnly = false ) : object
typeKind TypeKind
s string
isReadOnly bool
Résultat object