38 references to GetValue
Microsoft.Private.Windows.Core (38)
System\Value.cs (38)
107
public static explicit operator byte(in Value value) => value.
GetValue
<byte>();
109
public static explicit operator byte?(in Value value) => value.
GetValue
<byte?>();
133
public static explicit operator sbyte(in Value value) => value.
GetValue
<sbyte>();
135
public static explicit operator sbyte?(in Value value) => value.
GetValue
<sbyte?>();
159
public static explicit operator bool(in Value value) => value.
GetValue
<bool>();
161
public static explicit operator bool?(in Value value) => value.
GetValue
<bool?>();
185
public static explicit operator char(in Value value) => value.
GetValue
<char>();
187
public static explicit operator char?(in Value value) => value.
GetValue
<char?>();
211
public static explicit operator short(in Value value) => value.
GetValue
<short>();
213
public static explicit operator short?(in Value value) => value.
GetValue
<short?>();
237
public static explicit operator int(in Value value) => value.
GetValue
<int>();
239
public static explicit operator int?(in Value value) => value.
GetValue
<int?>();
263
public static explicit operator long(in Value value) => value.
GetValue
<long>();
265
public static explicit operator long?(in Value value) => value.
GetValue
<long?>();
289
public static explicit operator ushort(in Value value) => value.
GetValue
<ushort>();
291
public static explicit operator ushort?(in Value value) => value.
GetValue
<ushort?>();
315
public static explicit operator uint(in Value value) => value.
GetValue
<uint>();
317
public static explicit operator uint?(in Value value) => value.
GetValue
<uint?>();
341
public static explicit operator ulong(in Value value) => value.
GetValue
<ulong>();
343
public static explicit operator ulong?(in Value value) => value.
GetValue
<ulong?>();
367
public static explicit operator float(in Value value) => value.
GetValue
<float>();
369
public static explicit operator float?(in Value value) => value.
GetValue
<float?>();
393
public static explicit operator double(in Value value) => value.
GetValue
<double>();
395
public static explicit operator double?(in Value value) => value.
GetValue
<double?>();
419
public static explicit operator Size(in Value value) => value.
GetValue
<Size>();
421
public static explicit operator Size?(in Value value) => value.
GetValue
<Size?>();
445
public static explicit operator Point(in Value value) => value.
GetValue
<Point>();
447
public static explicit operator Point?(in Value value) => value.
GetValue
<Point?>();
478
public static explicit operator Color(in Value value) => value.
GetValue
<Color>();
480
public static explicit operator Color?(in Value value) => value.
GetValue
<Color?>();
517
public static explicit operator DateTimeOffset(in Value value) => value.
GetValue
<DateTimeOffset>();
519
public static explicit operator DateTimeOffset?(in Value value) => value.
GetValue
<DateTimeOffset?>();
543
public static explicit operator DateTime(in Value value) => value.
GetValue
<DateTime>();
545
public static explicit operator DateTime?(in Value value) => value.
GetValue
<DateTime?>();
566
public static explicit operator ArraySegment<byte>(in Value value) => value.
GetValue
<ArraySegment<byte>>();
585
public static explicit operator ArraySegment<char>(in Value value) => value.
GetValue
<ArraySegment<char>>();
590
public static explicit operator decimal(in Value value) => value.
GetValue
<decimal>();
592
public static explicit operator decimal?(in Value value) => value.
GetValue
<decimal?>();