STNSignatureProtocolGetSentinel Method |
This method returns the "sentinel" for the stream, the set of
characters immediately following the start character.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public string GetSentinel()
Public Function GetSentinel As String
public:
virtual String^ GetSentinel() sealed
abstract GetSentinel : unit -> string
override GetSentinel : unit -> string
Return Value
Type:
StringThe streams sentinel
Implements
ISignatureProtocolGetSentinelSee Also