JarrettVance.ChapterTools.Extractors.XplExtractor.GetFps C# (CSharp) Method

GetFps() protected static method

protected static GetFps ( string fps ) : float
fps string
return float
        protected static float GetFps(string fps)
        {
            fps = fps.Replace("fps", string.Empty);
              return Convert.ToSingle(fps, new System.Globalization.NumberFormatInfo());
        }