JsonElement.TryGetGuid(Guid) Method
Definition
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
Parameters
- 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.
Returns
true
if the string can be represented as a Guid; otherwise, false
.
Exceptions
The parent JsonDocument has been disposed.
Remarks
This method does not create a Guid representation of values other than JSON strings.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.