OssUtilsTrimQuotes Method |
Trims quotes in the ETag
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public static string TrimQuotes(
string eTag
)
Public Shared Function TrimQuotes (
eTag As String
) As String
public:
static String^ TrimQuotes(
String^ eTag
)
static member TrimQuotes :
eTag : string -> string
Parameters
- eTag
- Type: SystemString
The Etag to trim
Return Value
Type:
StringThe Etag without the quotes
See Also