public static System.string FormatNullable<T>( System.Nullable<T> nullable, System.string format, System.string nullString, System.Globalization.CultureInfo cultureInfo ) where T: new(), System.IFormattable, struct
Parameters
- nullable
- format
- nullString
- cultureInfo
Type Parameters
- T