Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / BinaryData / VB6 SetBufferFromString - BinaryData
In This Topic
    VB6 SetBufferFromString - BinaryData
    In This Topic
    Public Sub SetBufferFromString(ByVal val As String)
      Property Description  
        Method Name SetBufferFromString  
        Description Sets the content of the collection to be the string val. Each char is converted to its ASCII value.  
        Remarks Any Existing content is deleted. If the string contains unicode chars, data will be lost.  
        Example