Gets the content as a Unicode string.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
Object GetContentAsText()
Visual Basic
Function GetContentAsText As Object
Visual C++
Object^ GetContentAsText()
F#
abstract GetContentAsText : unit -> Object 

Return Value

Type: Object
Content formatted as string.

See Also