Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRasterImage Class / FromBase64String Method


In This Topic
    FromBase64String Method
    In This Topic
    Returns the image contained in base64 representation.
    Syntax
    'Declaration
     
    
    Public Shared Function FromBase64String( _
       ByVal base64EncodedImage As System.String _
    ) As NRasterImage
    'Usage
     
    
    Dim base64EncodedImage As System.String
    Dim value As NRasterImage
     
    value = NRasterImage.FromBase64String(base64EncodedImage)
    public static NRasterImage FromBase64String( 
       System.string base64EncodedImage
    )

    Parameters

    base64EncodedImage
    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