Show / Hide Table of Contents

Class CoreFoundation.CFString

Inheritance
System.Object
CoreFoundation.CFObject
CoreFoundation.CFString
Implements
System.IDisposable
Inherited Members
CoreFoundation.CFObject.Handle
CoreFoundation.CFObject.Dispose()
CoreFoundation.CFObject.Dispose(Boolean)
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public sealed class CFString : CoreFoundation.CFObject, IDisposable

Constructors

| Improve this Doc View Source

CFString(IntPtr, Boolean)

Declaration
public CFString(IntPtr handle, bool ownsHandle = true)
Parameters
Type Name Description
System.IntPtr handle
System.Boolean ownsHandle
| Improve this Doc View Source

CFString(String)

Declaration
public CFString(string str)
Parameters
Type Name Description
System.String str

Properties

| Improve this Doc View Source

Item[Int32]

Declaration
public char this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
System.Char
| Improve this Doc View Source

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX