Beispiel #1
0
 /// <summary>
 /// Convert <see cref="object"/> to nullable <see cref="ushort"/>.
 /// </summary>
 /// <param name="obj"></param>
 /// <returns></returns>
 public static ushort?ToNullableUInt16(object obj) => NumericConv.ObjectToNullableUInt16(obj);