Home
last modified time | relevance | path

Searched defs:ToUInt16 (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dconvert.cs911 public static ushort ToUInt16(object value) { in ToUInt16() method in System.Convert
922 public static ushort ToUInt16(bool value) { in ToUInt16() method in System.Convert
927 public static ushort ToUInt16(char value) { in ToUInt16() method in System.Convert
932 public static ushort ToUInt16(sbyte value) { in ToUInt16() method in System.Convert
939 public static ushort ToUInt16(byte value) { in ToUInt16() method in System.Convert
944 public static ushort ToUInt16(short value) { in ToUInt16() method in System.Convert
951 public static ushort ToUInt16(int value) { in ToUInt16() method in System.Convert
963 public static ushort ToUInt16(uint value) { in ToUInt16() method in System.Convert
971 public static ushort ToUInt16(long value) { in ToUInt16() method in System.Convert
978 public static ushort ToUInt16(ulong value) { in ToUInt16() method in System.Convert
[all …]
H A Diconvertible.cs58 ushort ToUInt16(IFormatProvider provider); in ToUInt16() method
H A Dbitconverter.cs286 public static ushort ToUInt16(byte[] value, int startIndex) in ToUInt16() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DConvert.cs983 public static ushort ToUInt16(object value) in ToUInt16() method in System.Convert
996 public static ushort ToUInt16(bool value) in ToUInt16() method in System.Convert
1002 public static ushort ToUInt16(char value) in ToUInt16() method in System.Convert
1008 public static ushort ToUInt16(sbyte value) in ToUInt16() method in System.Convert
1015 public static ushort ToUInt16(byte value) in ToUInt16() method in System.Convert
1021 public static ushort ToUInt16(short value) in ToUInt16() method in System.Convert
1028 public static ushort ToUInt16(int value) in ToUInt16() method in System.Convert
1041 public static ushort ToUInt16(uint value) in ToUInt16() method in System.Convert
1049 public static ushort ToUInt16(long value) in ToUInt16() method in System.Convert
1056 public static ushort ToUInt16(ulong value) in ToUInt16() method in System.Convert
[all …]
H A DIConvertible.cs50 ushort ToUInt16(IFormatProvider provider); in ToUInt16() method
H A DBitConverter.cs299 …public static ushort ToUInt16(byte[] value, int startIndex) => unchecked((ushort)ToInt16(value, st… in ToUInt16() method in System.BitConverter
303 public static ushort ToUInt16(ReadOnlySpan<byte> value) in ToUInt16() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DConvert.cs983 public static ushort ToUInt16(object value) in ToUInt16() method in System.Convert
996 public static ushort ToUInt16(bool value) in ToUInt16() method in System.Convert
1002 public static ushort ToUInt16(char value) in ToUInt16() method in System.Convert
1008 public static ushort ToUInt16(sbyte value) in ToUInt16() method in System.Convert
1015 public static ushort ToUInt16(byte value) in ToUInt16() method in System.Convert
1021 public static ushort ToUInt16(short value) in ToUInt16() method in System.Convert
1028 public static ushort ToUInt16(int value) in ToUInt16() method in System.Convert
1041 public static ushort ToUInt16(uint value) in ToUInt16() method in System.Convert
1049 public static ushort ToUInt16(long value) in ToUInt16() method in System.Convert
1056 public static ushort ToUInt16(ulong value) in ToUInt16() method in System.Convert
[all …]
H A DIConvertible.cs50 ushort ToUInt16(IFormatProvider provider); in ToUInt16() method
H A DBitConverter.cs299 …public static ushort ToUInt16(byte[] value, int startIndex) => unchecked((ushort)ToInt16(value, st… in ToUInt16() method in System.BitConverter
303 public static ushort ToUInt16(ReadOnlySpan<byte> value) in ToUInt16() method in System.BitConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.AccessControl/
H A DCommonAclTest.cs388 static ushort ToUInt16 (byte[] buffer, int offset) in ToUInt16() method in MonoTests.System.Security.AccessControl.CommonAclTest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Diformatterconverter.cs31 ushort ToUInt16(Object value); in ToUInt16() method
H A Dformatterconverter.cs86 public ushort ToUInt16(Object value) { in ToUInt16() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/Serialization/
H A DIFormatterConverter.cs17 ushort ToUInt16(object value); in ToUInt16() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/Serialization/
H A DIFormatterConverter.cs17 ushort ToUInt16(object value); in ToUInt16() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/
H A DFormatterConverter.cs56 public ushort ToUInt16(object value) in ToUInt16() method in System.Runtime.Serialization.FormatterConverter
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs135 public ushort ToUInt16(object value) in ToUInt16() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs135 public ushort ToUInt16(object value) in ToUInt16() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DDValue.cs128 public ushort ToUInt16 (IFormatProvider provider) in ToUInt16() method in DBus.Protocol.DValue
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DJsonFormatterConverter.cs144 public ushort ToUInt16(object value) in ToUInt16() method in Newtonsoft.Json.Serialization.JsonFormatterConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlConvertTests.cs698 public void ToUInt16 () in ToUInt16() method in MonoTests.System.Xml.XmlConvertTests
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DRatio.cs152 public ushort ToUInt16(IFormatProvider provider) in ToUInt16() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security/
H A DBitConverterLE.cs194 unsafe internal static ushort ToUInt16 (byte[] value, int startIndex) in ToUInt16() method in Mono.Security.BitConverterLE
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DBitConverterArray.cs81 public override void ToUInt16(int index, ushort expected, byte[] byteArray) in ToUInt16() method in System.Tests.BitConverterArray
H A DBitConverterSpan.cs136 public override void ToUInt16(int index, ushort expected, byte[] byteArray) in ToUInt16() method in System.Tests.BitConverterSpan
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Ntlm/
H A DBitConverterLE.cs194 unsafe internal static ushort ToUInt16 (byte[] value, int startIndex) in ToUInt16() method in Mono.Security.BitConverterLE

1234