Méthode | Description | |
---|---|---|
Decode ( string key ) : string |
Decode a string that was encoded with the Encode method
|
|
Encode ( string unsafeForUseAsAKey ) : string |
Encode a string to ensure that it can safely be used as a PartitionKey or RowKey in an AzureTable
|
public static Decode ( string key ) : string | ||
key | string | A string that had been encoded with the Encode() method to remove forbidden characters. |
Résultat | string |
public static Encode ( string unsafeForUseAsAKey ) : string | ||
unsafeForUseAsAKey | string | A string that may contain characters that are forbidden for use in an AzureTable PartitionKey or RowKey. |
Résultat | string |