Click or drag to resize
OssUtilsTrimQuotes Method
Trims quotes in the ETag

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public static string TrimQuotes(
	string eTag
)

Parameters

eTag
Type: SystemString
The Etag to trim

Return Value

Type: String
The Etag without the quotes
See Also