C# Класс Google.PowerShell.Common.JsonExtensions

Static class that contains extension static to manipulate JToken.
Показать файл Открыть проект

Открытые методы

Метод Описание
TryGetPropertyValue ( this propertiesJson, string key, string &value ) : bool

Search the JToken and its children recursively for a key that matches the given key. If such a key is found, set the value to the ref variable value and returns true. Otherwise, returns false.

Описание методов

TryGetPropertyValue() публичный статический Метод

Search the JToken and its children recursively for a key that matches the given key. If such a key is found, set the value to the ref variable value and returns true. Otherwise, returns false.
public static TryGetPropertyValue ( this propertiesJson, string key, string &value ) : bool
propertiesJson this
key string
value string
Результат bool