Method ExtractKeyAndSubKey
ExtractKeyAndSubKey(object, out string, out string)
Extracts main and subobject keys if properly formatted
선언
public static bool ExtractKeyAndSubKey(object keyObj, out string mainKey, out string subKey)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | keyObj | The key as an object. |
string | mainKey | The key of the main asset. This will be set to null if a sub key is not found. |
string | subKey | The key of the sub object. This will be set to null if not found. |
반환
타입 | 설명 |
---|---|
bool | Returns true if properly formatted keys are extracted. |