Aardvark.Base.C3d.Parse(string)

Here are the examples of the csharp api class Aardvark.Base.C3d.Parse(string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: aardvark.base
Source File: Color_auto.cs
public static C3d Parse(string s, IFormatProvider provider)
        {
            return Parse(s);
        }