1 reference to Parse
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
218
public static nuint Parse(ReadOnlySpan<char> s, IFormatProvider? provider) => (nuint)nuint_t.
Parse
(s, provider);