RedisClientGetBytes Method |
获取节字数组
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public ArraySegment<byte> GetBytes(
string key
)
Public Function GetBytes (
key As String
) As ArraySegment(Of Byte)
public:
ArraySegment<unsigned char> GetBytes(
String^ key
)
member GetBytes :
key : string -> ArraySegment<byte>
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisClient.GetBytes(System.String)"]
Return Value
Type:
ArraySegmentByte[Missing <returns> documentation for "M:Adf.RedisClient.GetBytes(System.String)"]
See Also