Skip to main content
All docs
V25.2
  • SmartPasteBehavior.SmartPasteAsync(String, Byte[], String) Method

    Assigns the right values from the specified string or binary content to the appropriate items.

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public Task SmartPasteAsync(
        string inputText,
        byte[] dataContent = null,
        string mediaType = null
    )

    Parameters

    Name Type Description
    inputText String

    The source string.

    Optional Parameters

    Name Type Default Description
    dataContent Byte[] null

    The binary content to analyze.

    mediaType String null

    The media type (MIME type) of the binary data.

    Returns

    Type Description
    Task

    The task.

    See Also