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