C# Class TagTool.Common.DdsFourCc

Utility class for DDS FourCC values.
Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
FromString ( string str ) : uint

Creates a FourCC value from a string.

Method Details

FromString() public static method

Creates a FourCC value from a string.
public static FromString ( string str ) : uint
str string The string.
return uint