public static bool TryParse(
ReadOnlySpan<char> s,
IFormatProvider? provider,
out Resolution result
)
Public Shared Function TryParse (
s As ReadOnlySpan(Of Char),
provider As IFormatProvider,
<OutAttribute> ByRef result As Resolution
) As Boolean
public:
static bool TryParse(
ReadOnlySpan<wchar_t> s,
IFormatProvider^ provider,
[OutAttribute] Resolution% result
)
static member TryParse :
s : ReadOnlySpan<char> *
provider : IFormatProvider *
result : Resolution byref -> bool
Resolutions are represented as a string using the format "width,height". For example, "1920,1080" represents a resolution of 1920 by 1080 pixels.