コード例 #1
0
 public string GetValue(string key)
 {
     return(CommonHelpers.BlobGetValue(fileContent, key));
 }
コード例 #2
0
 public static string GeneralGetValue(string key)
 {
     InitializeGeneralDatastore();
     return(CommonHelpers.BlobGetValue(generalFileContent, key));
 }