SnapshotSpan::ToString Method ()

 

Converts this snapshot span to a string.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The string, or "uninit" if the ITextSnapshot is null.

Return to top
Show: