Exemplo n.º 1
0
 public static t ConvertFromString <t>(this string Value) => ConvertorToString <t> .FromString(Value);
Exemplo n.º 2
0
 public static string ConvertToString <t>(this t Value) => ConvertorToString <t> .ToString(Value);