Pegasus Class Library Help
Retrieve the Note data as string containing the note as base64 ISF format. This string can be used for example, to create a new page in Office OneNote 2007

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public void AsBase64ISF(
	ref string Text
)
Visual Basic (Declaration)
Public Sub AsBase64ISF ( _
	ByRef Text As String _
)
Visual C++
public:
void AsBase64ISF(
	String^% Text
)

Parameters

Text
Type: System..::.String %
Reference to String

Remarks

There are two vertions of AsBase64ISF. This version of AsBase64ISF method is faster, since it avoids copy the string as a result.

See Also