Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHIdentificationString Class / SetUTF8RawData Method


    SetUTF8RawData Method
    Syntax
    'Declaration
     
    Protected Function SetUTF8RawData( _
       ByVal value As String, _
       ByVal defaultValue As String, _
       ByVal raw() As Byte, _
       ByVal offset As Integer, _
       ByVal separator As Integer _
    ) As Integer
     
    'Usage
     
    Dim instance As SSHIdentificationString
    Dim value As String
    Dim defaultValue As String
    Dim raw() As Byte
    Dim offset As Integer
    Dim separator As Integer
    Dim value As Integer
     
    value = instance.SetUTF8RawData(value, defaultValue, raw, offset, separator)

    Parameters

    value
    defaultValue
    raw
    offset
    separator
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also