Home
last modified time | relevance | path

Searched defs:NumberBufferToDecimal (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DNumber.CoreRT.cs305 …private static unsafe bool NumberBufferToDecimal(ref Number.NumberBuffer number, ref Decimal value) in NumberBufferToDecimal() method in System.Number
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/Number/
H A DNumber.FormatAndParse.cs47 public static unsafe bool NumberBufferToDecimal(ref NumberBuffer number, ref decimal value) in NumberBufferToDecimal() method in System.Number
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dnumber.cs295 public unsafe static extern Boolean NumberBufferToDecimal(byte* number, ref Decimal value); in NumberBufferToDecimal() method in System.Number