PrimaryKeyValue  Conversion (String to PrimaryKeyValue)Aliyun Open Services SDK for .NET
隐式转换操作符,将String对象转换为PrimaryKeyValue对象。 主键值不能为空引用或者长度为0的字符串。

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

public static implicit operator PrimaryKeyValue (
	string value
)

Parameters

value
Type: SystemString
String对象。

Return Value

Type: PrimaryKeyValue
PrimaryKeyValue对象。
See Also

Reference