AcManager.Pages.Drive.QuickDrive_Race.ViewModel.OldSaveableData.Test C# (CSharp) Method

Test() public static method

public static Test ( string serialized ) : bool
serialized string
return bool
                public static bool Test(string serialized) {
                    return !serialized.Contains(@"""Version"":");
                }
            }
QuickDrive_Race.ViewModel.OldSaveableData