| OssUtilsIsObjectKeyValid Method  | 
            validates the object key
            
 
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic static bool IsObjectKeyValid(
	string key
)
Public Shared Function IsObjectKeyValid ( 
	key As String
) As Boolean
public:
static bool IsObjectKeyValid(
	String^ key
)
static member IsObjectKeyValid : 
        key : string -> bool 
Parameters
- key
 - Type: SystemString
object key 
Return Value
Type: 
Booleantrue:valid object key
See Also