AzureStorageUtils.SanitizeTableProperty(String) Method

Definition

Remove any characters that can't be used in Azure PartitionKey or RowKey values.

public static string SanitizeTableProperty (string key);
static member SanitizeTableProperty : string -> string
Public Shared Function SanitizeTableProperty (key As String) As String

Parameters

key
String

Returns

Applies to