Show / Hide Table of Contents

Class StringUtils

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

Methods

StringToSecureString(string)

Declaration
public static SecureString StringToSecureString(string str)
Parameters
Type Name Description
string str
Returns
Type Description
SecureString
In this article
Back to top