JsonElement.TryGetGuid(Guid) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to represent the current JSON string as a Guid.
public:
bool TryGetGuid([Runtime::InteropServices::Out] Guid % value);
public bool TryGetGuid(out Guid value);
member this.TryGetGuid : Guid -> bool
Public Function TryGetGuid (ByRef value As Guid) As Boolean
- value
- Guid
When this method returns, contains the GUID equivalent to the current JSON string if the conversion succeeded, or Empty if the conversion failed.
true
if the string can be represented as a Guid; otherwise, false
.
The parent JsonDocument has been disposed.
This method does not create a Guid representation of values other than JSON strings.
Toode | Versioonid |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
Toote „.NET“ tagasiside
.NET on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: