KeyGeneratorValidRowKey Method

Strips illegal characters from a RowKey value

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public static string ValidRowKey(
	string rowKey
)

Parameters

rowKey  String
The raw RowKey

Return Value

String
A String containing only valid characters

Remarks

This method does not guarantee a RowKey will be unique

See Also