PartitionKeyValue  Conversion (String to PartitionKeyValue)Aliyun Open Services SDK for .NET
隐式转换操作符,将String对象转换为PartitionKeyValue对象。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public static implicit operator PartitionKeyValue (
	string value
)

Parameters

value
Type: SystemString
String对象。

Return Value

Type: PartitionKeyValue
PartitionKeyValue对象。
See Also

Reference