Click or drag to resize

KeyGeneratorValidRowKey Method

Strips illegal characters from a RowKey value

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
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