public static bool TryParse(
string? s,
IFormatProvider? provider,
out UIecBinarySize? result
)
Public Shared Function TryParse (
s As String,
provider As IFormatProvider,
<OutAttribute> ByRef result As UIecBinarySize
) As Boolean
public:
static bool TryParse(
String^ s,
IFormatProvider^ provider,
[OutAttribute] UIecBinarySize% result
)
static member TryParse :
s : string *
provider : IFormatProvider *
result : UIecBinarySize byref -> bool
This method behaves identical to the UBinarySizeTryParse(String, BinarySizeOptions, NumberStyles, IFormatProvider, UBinarySize) method with the BinarySizeOptionsUseIecStandard flag.