CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
iformatprovider.h
1
3#ifndef _aspose_system_iformatprovider_h_
4#define _aspose_system_iformatprovider_h_
5
6#include "system/object.h"
7
8namespace System
9{
10 namespace Globalization {
11 class CultureInfo;
12 }
17 class ASPOSECPP_SHARED_CLASS IFormatProvider: virtual public System::Object
18 {
19 RTTI_INFO(System::IFormatProvider, ::System::BaseTypesInfo<System::Object>)
20
21 public:
25 virtual ASPOSECPP_SHARED_API SharedPtr<Object> GetFormat(const TypeInfo &formatType) = 0;
26 };
27}
28
29#endif // _aspose_system_iformatprovider_h_
Defines a method that provides formatting information. Objects of this class should only be allocated...
Definition: iformatprovider.h:18
virtual SharedPtr< Object > GetFormat(const TypeInfo &formatType)=0
Returns an object that provides formatting services for the specified type.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: db_command.h:9