Show / Hide Table of Contents

Class OCID

Oracle Cloud Infrastructure unique ID. See https://docs.cloud.oracle.com/Content/GSG/Concepts/concepts.htm#ocid

Inheritance
object
OCID
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class OCID

Methods

IsValidOCID(string)

Test if the given OCID matches the expected pattenr for OCIDs.

The string to test. True if it matches the pattern; false if not.
Declaration
public static bool IsValidOCID(string ocid)
Parameters
Type Name Description
string ocid
Returns
Type Description
bool
In this article
Back to top