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 from the current Note.

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

Syntax

C#
public string AsBase64ISF()
Visual Basic (Declaration)
Public Function AsBase64ISF As String
Visual C++
public:
String^ AsBase64ISF()

Return Value

A string containing the note as base64 ISF format.

See Also